Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / InnerArray Property

In This Topic
    InnerArray Property
    In This Topic
    Gets the current array containing the elements of the StructList<T>.
    Syntax
    'Declaration
     
    Public ReadOnly Property InnerArray As T()
    public T[] InnerArray {get;}
    See Also